home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 September / Personal_Computer_World_Sep_97.iso / Democd3 / video.dxr / 00131_study menu button.ls < prev    next >
Encoding:
Text File  |  1997-06-04  |  192 b   |  10 lines

  1. on mouseUp
  2.   puppetSound(2, "click")
  3.   set the visible of sprite 48 to 0
  4.   set the blend of sprite 41 to 40
  5.   updateStage()
  6.   set the blend of sprite 41 to 0
  7.   updateStage()
  8.   go("study")
  9. end
  10.